-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Add NativeCxxModuleExampleTests #52653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request was exported from Phabricator. Differential Revision: D78250302 |
Summary: Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in facebook#52477 Differential Revision: D78250302
c81ec7b
to
7dab2c4
Compare
This pull request was exported from Phabricator. Differential Revision: D78250302 |
7dab2c4
to
29144e5
Compare
Summary: Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in facebook#52477 Differential Revision: D78250302
This pull request was exported from Phabricator. Differential Revision: D78250302 |
29144e5
to
3a0b199
Compare
Summary: Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in facebook#52477 Differential Revision: D78250302
This pull request was exported from Phabricator. Differential Revision: D78250302 |
Summary: Pull Request resolved: facebook#52653 Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in facebook#52477 Differential Revision: D78250302
d6a0cdf
to
34eff1a
Compare
Summary: Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in facebook#52477 Differential Revision: D78250302
This pull request was exported from Phabricator. Differential Revision: D78250302 |
Summary: Pull Request resolved: facebook#52653 Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in facebook#52477 Differential Revision: D78250302
34eff1a
to
adb1289
Compare
Summary: Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in facebook#52477 Differential Revision: D78250302
adb1289
to
4a8bcf5
Compare
This pull request was exported from Phabricator. Differential Revision: D78250302 |
Summary: Pull Request resolved: facebook#52653 Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in facebook#52477 Differential Revision: D78250302
4a8bcf5
to
b413369
Compare
Summary: Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in facebook#52477 Reviewed By: alanleedev Differential Revision: D78250302
b413369
to
47b8749
Compare
This pull request was exported from Phabricator. Differential Revision: D78250302 |
Summary: Pull Request resolved: facebook#52653 Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in facebook#52477 Reviewed By: alanleedev Differential Revision: D78250302
47b8749
to
c9ba647
Compare
Summary: Changelog: [Internal] This adds a TestCallInvoker, suitable for unit testing Differential Revision: D78453676
Summary: Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in facebook#52477 Reviewed By: alanleedev Differential Revision: D78250302
c9ba647
to
72bbddc
Compare
Summary: Pull Request resolved: facebook#52653 Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in facebook#52477 Reviewed By: alanleedev Differential Revision: D78250302
This pull request was exported from Phabricator. Differential Revision: D78250302 |
72bbddc
to
6f1d0b4
Compare
This pull request has been merged in ff85e2f. |
This pull request was successfully merged by @christophpurrer in ff85e2f When will my fix make it into a release? | How to file a pick request? |
Summary: Pull Request resolved: facebook#52653 Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in facebook#52477 Reviewed By: alanleedev Differential Revision: D78250302 fbshipit-source-id: 278655779dd17550be9c579d84cc1f7b6e45230d
Summary:
Changelog: [Internal]
This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings
This is GTEST / C++ version of the same tests added in #52477
Differential Revision: D78250302